CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - people count

搜索资源列表

  1. WeatherWidget

    0下载:
  2. 最近研究了一下Widget,自己做了一个简单的显示北京当天天气状况的桌面Widget,供大家参考一下 ,功能简单,但有个idea我觉得还行 ,可以利用本Widget发送短信 , 把天气状况发送给自己关心的人 ,算传送温情吧!-Recent research a little Widget, own a simple display of weather conditions the day of Beijing Desktop Widget, for your reference, fea
  3. 所属分类:SMS

    • 发布日期:2017-03-29
    • 文件大小:46927
    • 提供者:zhu
  1. huan

    0下载:
  2. 约瑟夫环问题的代码。设有N个人围坐一圈,从某个人开始报数,数到M的人出列,接着从出列的下一个人开始重新报数,数到M的人又出列,如此下去,直到所有人都出列为止.试设计确定他们的出列次序序列的程序。-Joseph cycle problem code. With N individuals sitting around a circle, starting from the one person reported the number of people who count the column M
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:数小据
  1. Josephus

    0下载:
  2. 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (numbered 1, 2, 3, ... n, respectively) sitting around a
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:328283
    • 提供者:张三
  1. Count3Quite

    0下载:
  2. 50个人围成一圈,从第一个人开始数数,数到三的人退出,那么最后圈中的那个人的编号是多少-50 personal circle, from the first person began to count, count to three people exit, then that number in the last lap
  3. 所属分类:JavaScript

    • 发布日期:2017-12-07
    • 文件大小:3368
    • 提供者:董骏
  1. The-child-king

    0下载:
  2. 编程序,使用链表来实现如下问题:有12人围坐成一圈(沿顺时针方向依次编号为1到按规则淘汰其中11人后(沿顺时针方向每当数到k时,那一人员就被"淘汰出局"),输出最后所剩那一个人的编号,并输出淘汰过程的"中间结果数据"。-Programmed, use the list to achieve the following issues: 12 people sitting in a circle (clockwise direction are numbered 1 to rules elimina
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:684
    • 提供者:王伟
  1. Game

    0下载:
  2. 一个拿石子的小游戏,两个人轮换拿,输入两位数字,如‘24’,表示从第2堆石子里面拿走4个,每次只能从3堆当中的一堆里拿,谁拿到最后一个石子算输。-A game to take the stones rotation to take two people, enter the two-digit number, such as ' 24 ' , four away from the second pile of stones inside, each can only get from
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:591602
    • 提供者:张强
  1. 001shuangxiangyuesefu

    0下载:
  2. 已知n个人围坐在一张圆桌周围,首先从编号为 k 的人从1开始顺时针报数,1, 2, 3, ...,记下顺时针数到 m 的那个人,同时从编号为 k 的人开始逆时针报数,1, 2, 3, ...,数到 m 后,两个人同时出列。然后从出列的下一个人又从 1 开始继续进行双向报数,数到m的那两个人同时出列,…。依此重复下去,直到圆桌周围的人全部出列。直到圆桌周围只剩一个人为止。 输入 n,k,m 输出 按照出列的顺序依次输出编号。同时出列编号中间用减号“-”连接。 -Known n
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:895
    • 提供者:栗子君
  1. 2012IE_03031201_2012300689

    0下载:
  2. 约瑟夫问题 这是17世纪的法国数学家加斯帕在《数目的游戏问题》中讲的一个故事:15个教徒和15 个非教徒在深海上遇险,必须将一半的人投入海中,其余的人才能幸免于难,于是想了一个办法:30个人围成一圆圈,从第一个人开始依次报数,每数到第九个人就将他扔入大海,如此循环进行直到仅余15个人为止。问怎样排法,才能使每次投入大海的都是非教徒。 含C语言大报告-Josephus problem which is the 17th-century French mathematician Gaspar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:383079
    • 提供者:薛文琦
  1. GB4789_1175344448

    0下载:
  2. 中华人民共和国国家标准 食品卫生微生物学检验 菌落总数测定-The national standard of the people s Republic of China 食品卫生微生物学检验 Microbiological examination of food hygiene 菌落总数测定 Determination of aerobic bacterial count
  3. 所属分类:Development Research

    • 发布日期:2017-04-08
    • 文件大小:112980
    • 提供者:小彩
  1. 1_Josephus

    0下载:
  2. Josephus环问题:n个人围成一圈,编号从1到n,报数1,2,3,从编号为1的人开始报数,报到3的离开,下面的人接着从1开始报数,依次下去,写程序求最后剩下来的一个人编号是几。-Josephus ring problem: n personal circle, numbered from 1 to n, the number of reported 1,2,3, from the number 1 people began to count off, report three to leav
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2321
    • 提供者:姚大波
  1. UV

    0下载:
  2. #include <serial.c> //包含串行处理模块 bit showclocksign bit showblocksign bit showfensign uchar count uint second uchar paoplace uint zongfen uchar speed=32 idata uint free[16] //定义行首处理空间 unsigned char idata *-game fo
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:15439
    • 提供者:潘友貌
  1. Josephus

    0下载:
  2. Josephus问题:设n个人围坐在一个圆桌周围,从第s个人开始数数,数到m的人,让他出局,然后从出局的人的下一个人开始重新开始数数,数到m的人,再让他出局,……,知道全部出局为止-Josephus problem: Let n individuals sitting at a round table, from the first s personal began to count, count to m, let him out, then the next person out of th
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6199296
    • 提供者:Anita
  1. kazoeciao_e

    0下载:
  2. 代码行数统计软件,能方便地进行软件规模估算与工作量的统计-Code line count software, it makes people easy to estimate the software scale and count the work load
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:722157
    • 提供者:郭贤捷
  1. Joseph-algorithm

    0下载:
  2.  约瑟夫算法:n个人围成一圈,每人有一个各不相同的编号,选择一个人作为起点,然后顺时针从1到k数数,每数到k的人退出圈子,圈子缩小,然后从下一个人继续从1到k数数,重复上面过程。求最后推出圈子的那个人原来的编号。   思路:按照上面的算法让人退出圈子,直到有n-1个人推出圈子,然后得到最后一个退出圈子的人的编号。   程序:坐成一圈的人的编号不需要按序排列-Joseph algorithm: n individuals in a circle, each with a different
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:943
    • 提供者:利益
  1. Josephus

    0下载:
  2. 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3676952
    • 提供者:乔乔
  1. Josephus

    0下载:
  2. 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:butterfly
  1. josephu

    0下载:
  2. 用于解决约瑟夫问题.已知n个人(不妨以编号1、2、3……分别表示)围坐在一张圆桌周围。 从编号为k的人开始报数,数到m的人出列;他的下一个人又从1开始报数,数到m的那个人又出列; 依此规则重复下去,直到圆桌周围的人全部出列。-This program used to solve the Joseph problem. Known n individuals (may wish to represent numbers 1,2,3 ......) sitting around a roun
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:219923
    • 提供者:QC
  1. Josephus

    0下载:
  2. 约瑟夫环是一个数学的应用问题。 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 这个就是约瑟夫环问题的实际场景,有一种是要通过输入n,m,k三个正整数,来求出列的序列。-Josephus is the application of a mathematical problem. Known n individuals (with numbe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1094
    • 提供者:佘晓凤
  1. EDITDEMO3

    0下载:
  2. T一个统计字符个数的简单程序,对学习MFC新手会有很大的帮助。-a small program about count number of zifu.it is good for study with people new learn mfc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2272791
    • 提供者:韩飞
  1. xinlvji

    1下载:
  2. 基于单片机脉搏计心率计设计,采用红外对管采集血液冲放频率,利用单片机中断计数,lcd显示数据,记过多人测试决定稳定准确,可以根据不同人调灵敏度!含有源代码,原理图和pcb图,仿真图,参考论文。-Single-chip pulse meter meter based on heart rate, blood collection tubes using infrared frequency impulse discharge, using SCM interrupt count, lcd d
  3. 所属分类:SCM

    • 发布日期:2015-05-06
    • 文件大小:7897088
    • 提供者:侯景龙
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com